object Form3: TForm3 Left = 226 Top = 318 BorderStyle = bsDialog Caption = 'Add Label' ClientHeight = 103 ClientWidth = 402 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PopupMenu = PopupMenu1 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Month: TLabel Left = 8 Top = 11 Width = 30 Height = 13 Caption = 'Month' end object Year: TLabel Left = 312 Top = 11 Width = 22 Height = 13 Caption = 'Year' end object Label1: TLabel Left = 208 Top = 11 Width = 19 Height = 13 Caption = 'Day' end object Label2: TLabel Left = 8 Top = 42 Width = 49 Height = 13 Caption = 'Label text:' end object cmonth: TComboBox Left = 48 Top = 8 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = cmonthChange end object Edit1: TEdit Left = 344 Top = 8 Width = 41 Height = 21 TabOrder = 1 Text = '1997' OnChange = cmonthChange end object UpDown1: TUpDown Left = 385 Top = 8 Width = 15 Height = 21 Associate = Edit1 Min = 1990 Max = 2100 Position = 1997 TabOrder = 2 Thousands = False Wrap = False end object cday: TComboBox Left = 232 Top = 8 Width = 65 Height = 21 ItemHeight = 13 TabOrder = 3 end object Edit2: TEdit Left = 64 Top = 40 Width = 209 Height = 21 MaxLength = 40 TabOrder = 4 end object BitBtn1: TBitBtn Left = 216 Top = 72 Width = 75 Height = 25 TabOrder = 5 OnClick = BitBtn1Click Kind = bkCancel end object BitBtn2: TBitBtn Left = 128 Top = 72 Width = 75 Height = 25 TabOrder = 6 OnClick = BitBtn2Click Kind = bkOK end object PopupMenu1: TPopupMenu Left = 328 Top = 40 object Help1: TMenuItem Caption = '&Help' ShortCut = 112 OnClick = Help1Click end end end